Skip to content

new(github.com/OpenGene/fastp): fastp 1.3.5#13461

Merged
jhheider merged 2 commits into
pkgxdev:mainfrom
tannevaled:new/fastp
Jun 21, 2026
Merged

new(github.com/OpenGene/fastp): fastp 1.3.5#13461
jhheider merged 2 commits into
pkgxdev:mainfrom
tannevaled:new/fastp

Conversation

@tannevaled

Copy link
Copy Markdown
Contributor

Adds fastp — all-in-one ultra-fast FASTQ preprocessing (QC, adapter/quality trimming, filtering). C++/Makefile. Now that its deps landed: links github.com/intel/isa-l + github.com/ebiggers/libdeflate + google.com/highway + zlib (resolved via their .pc files, so pkg-config is a build dep). CXX=c++, PREFIX install var (the install target doesn't mkdir, so the recipe does). On linux: gcc 14 build + gnu.org/gcc/libstdcxx runtime. Verified on linux/arm64: ldd shows libisal/libdeflate/libhwy/libstdc++, fastp --version -> 1.3.5, and a real preprocess of an inline-fixture FASTQ.

tannevaled and others added 2 commits June 21, 2026 07:00
Ultra-fast FASTQ preprocessor (C++). isa-l+libdeflate+highway+zlib; gcc14 build + libstdcxx runtime; inline fixture.
Remove unnecessary dependency and streamline test commands.
@jhheider jhheider merged commit eb5d33e into pkgxdev:main Jun 21, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants